[SPARK-22417][PYTHON][FOLLOWUP][BRANCH-2.2] Fix for createDataFrame from pandas.DataFrame with timestamp#19704
Closed
ueshin wants to merge 3 commits intoapache:branch-2.2from
Closed
[SPARK-22417][PYTHON][FOLLOWUP][BRANCH-2.2] Fix for createDataFrame from pandas.DataFrame with timestamp#19704ueshin wants to merge 3 commits intoapache:branch-2.2from
ueshin wants to merge 3 commits intoapache:branch-2.2from
Conversation
|
Test build #83628 has finished for PR 19704 at commit
|
HyukjinKwon
approved these changes
Nov 9, 2017
Member
|
LGTM, thanks @ueshin ! |
|
Test build #83630 has finished for PR 19704 at commit
|
Member
|
I think we can merge this first to branch-2.2, and then re-run the test in |
Member
Author
|
Thanks for reviewing! merging to branch-2.2. |
asfgit
pushed a commit
that referenced
this pull request
Nov 9, 2017
…rom pandas.DataFrame with timestamp ## What changes were proposed in this pull request? This is a follow-up of #19646 for branch-2.2. The original pr breaks branch-2.2 because the cherry-picked patch doesn't include some code which exists in master. ## How was this patch tested? Existing tests. Author: Takuya UESHIN <ueshin@databricks.com> Closes #19704 from ueshin/issues/SPARK-22417_2.2/fup1.
Member
|
Thank you, @ueshin ! |
MatthewRBruce
pushed a commit
to Shopify/spark
that referenced
this pull request
Jul 31, 2018
…rom pandas.DataFrame with timestamp ## What changes were proposed in this pull request? This is a follow-up of apache#19646 for branch-2.2. The original pr breaks branch-2.2 because the cherry-picked patch doesn't include some code which exists in master. ## How was this patch tested? Existing tests. Author: Takuya UESHIN <ueshin@databricks.com> Closes apache#19704 from ueshin/issues/SPARK-22417_2.2/fup1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This is a follow-up of #19646 for branch-2.2.
The original pr breaks branch-2.2 because the cherry-picked patch doesn't include some code which exists in master.
How was this patch tested?
Existing tests.